SftTree/NET 2.0

MinOffset Property, SplitterClass Class

Softel vdm, Inc.

Defines the minimum offset of the splitter bar while the user moves the splitter bar.

Syntax      SplitterClass Class (Softelvdm.SftTreeNET)

VB   

Public Property MinOffset As Integer

C#   

public int MinOffset { get; set; }

C++   

public: property int MinOffset {
        int get();
        void set(int value);
}

Property Value

The minimum offset value or 0 to omit the minimum value.

The default value is 0.

Comments

The MinOffset property defines the minimum offset of the splitter bar while the user moves the splitter bar.

The minimum offset affects user resizing of the panes using the splitter bar only. An application can define an offset (Splitter.Offset property) that is not constrained by the MinOffset and MaxOffset properties.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com